home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / chedit.arc / README.EGA < prev    next >
Encoding:
Text File  |  1986-04-19  |  3.0 KB  |  64 lines

  1.    I finally got my hands on an EGA setup, and have reached nirvana.  The only
  2. "bug" in the ointment is that CHEDIT does not (yet) support the 8 x 14
  3. character set available.
  4.    As an interim solution, the program LOADEGA is included with the CHEDIT
  5. package.  The program reads in a character set, and loads it as the resident
  6. character set when in EGA mode.  The usage format is:
  7.  
  8. LOADEGA filename <filename2> <block>
  9.  
  10. from the DOS prompt, where filename is the name of the CHEDIT character set
  11. you wish to load as the resident character set.  If the filename does not have
  12. an extension, .CHR is appended to the name.  Block is the character block,
  13. either 0 (the lower, normal ascii characters) or 1 (the upper, graphics
  14. characters), with a default of 0 if it is not specified.  Please note that
  15. this will give you a 43 line display, but unfortunately most programs do not
  16. support this mode, and so will "squish" things into the top of the screen.
  17.  
  18. One other word of warning:  If you load block 1, the character sizes are
  19. reset for the entire character set.  Thus loading an 8 x 8 character set into
  20. the upper 128 characters will make the lower 128 characters 8 x 8 as well, and
  21. if an 8 x 8 character set has not been loaded, the screen will be very strange.
  22.  
  23. Also, there is an optional second filename on the command line (again, if no
  24. extension is specifiecd, .CHR is appended), which tells LOADEGA that you
  25. wish to load characters in a 8 x 14 format.  In this case the character
  26. files are not quite the standard CHEDIT character sets, but are still created
  27. with the program.
  28. The format of the two files is that each file contains 64 characters that are
  29. two "standard" characters high (the bottom two rows should be unused in the
  30. second character), easily created via the Multiple character editing option of
  31. CHEDIT.  The characters must not be successive, but instead should be "on top"
  32. of each other as seen in the character set display at the top of CHEDIT.  i.e.
  33.  
  34.    _____________________________ ...
  35.   |        |        |        |
  36.   |  upper |  upper |  upper |
  37.   |    0   |    1   |    2   |    
  38.   |        |        |        |
  39.   |        |        |        |
  40.   |        |        |        |
  41.   |________|________|________|__ ...
  42.   |        |        |        |
  43.   |  lower |  lower |  lower |
  44.   |    0   |    1   |    2   |
  45.   |        |        |        |
  46.   |________|________|________|
  47.   |  blank |  blank |  blank |
  48.   |________|________|________|__ ...
  49.   |        |        |        |
  50.   .        .        .        .
  51.   .        .        .        .
  52.   .        .        .        .
  53.  
  54. The space labeled "blank" is the bottom 2 rows of the lower characters.  If
  55. are not blank, they will simply be ignored.
  56.  
  57. For an example, see the files EGA1.CHR and EGA2.CHR on the disk.  The
  58. characters in these files are "quick and dirty", but do provide an example
  59. of the format.
  60.  
  61.    A version of CHEDIT that supports the full EGA format is forthcoming, just
  62. give me some time.
  63.    Your friendly neighborhood programmer
  64.